home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / dram < prev    next >
Text File  |  1996-09-26  |  205b  |  11 lines

  1. ;
  2. ; $VER: dram 37.1 (12.7.93)
  3. ;
  4. ; Delete all files in ram: excluding anything in env, t, and clipboards.
  5. ;
  6. ; Written by Douglas Keller
  7. ;
  8. failat 21
  9. delete >nil: ram:~(env|t|clipboards) all quiet force
  10. quit
  11.